/** * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * Project: Hilmacorp.ai — Web Platform * File: app/[locale]/not-found.tsx * Description: Locale-aware 404 page (light theme) */ import Link from "next/link"; import Container from "@/components/Container"; export default function NotFound() { return (

404

Page not found / Page introuvable

The page you are looking for does not exist. / La page que vous cherchez n'existe pas.

English home Accueil français
); }